home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000120_fdc@columbia.edu_Fri May 30 16:28:23 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  82 lines

  1. Article: 14345 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Mac OS X, Break, and Keyspan USB Twin Serial Adaptor
  6. Date: 30 May 2003 16:28:02 -0400
  7. Organization: Columbia University
  8. Lines: 65
  9. Message-ID: <bb8esi$6o3$1@watsol.cc.columbia.edu>
  10. References: <ac67ee9b.0305281820.6fd13658@posting.google.com> <bb5114$5co$1@watsol.cc.columbia.edu> <bb89d0$m7v$0@206.231.158.3>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1054326484 15599 128.59.39.139 (30 May 2003 20:28:04 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 30 May 2003 20:28:04 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14345
  16.  
  17. In article <bb89d0$m7v$0@206.231.158.3>,
  18. Josh  Kuperman  <josh@imac.ssimr.com> wrote:
  19. : OK I tried the modem, using and old USB Sportser 28.8. The thing has
  20. : the following lights: AA, CD, RD, SD, TR, CS, and ARQ/FAX. It made
  21. : no difference if I was in command more or connect mode. I did issue
  22. : an ATZ command and I don't have any phone lines connected. All I had
  23. : to measure time is an old horse trainers stop watch; accurate but
  24. : 1/5 second increments. The TR and CS lights are always on. When I
  25. : issued the Break Command both the SD and RD came on -- for 1 second
  26. : with "output \b" and two with "output \l". Since you said the TxD
  27. : (which I'm taking to be the same as SD on this modem) should come on
  28. : but nothing else I'm assuming that either Keyspan or Kermit or the
  29. : MacOS is generating and inappropriate signal.
  30. Actually I think this indicates Kermit is working sort of right.  The
  31. timing might be off, but that shouldn't matter (formally, a Break is a
  32. spacing condition lasting *at least* 250 msec).  As for RD coming on at
  33. the same time, it could be that your modem is just echoing it back.
  34.  
  35. : I have also found that I might have some timing issue where I
  36. : connect and don't seem to be able to communicate with the device at
  37. : all, but just get messages like "Can't send character: Undefined
  38. : error: 0 " I can exit out of kermit and get back in but I do seem
  39. : to ofter wind up in an envrionment where key strokes are either
  40. : being delayed or ignored.
  41. OK, that's worrisome.  A debug log might show you where this is
  42. happening.  This is CONNECT mode, right?  "Error 0" usually means
  43. the application told the OS to write() n characters, and write()
  44. returned indicating no (zero) characters were written, yet did not
  45. set an error code.
  46.  
  47. Not having hands-on access to Mac OS X, and not knowing anything about
  48. its serial interface, I can't say for sure why this would happen, but
  49. one guess is that it's not getting certain modem signals that it likes
  50. to have such as DSR (but not CTS if your modem's CS light indicates CTS).
  51.  
  52. : In repsonse to two other issue: I've never seen a Mac Null Modem
  53. : cable, everyone uses printer cables -- but that doesn't mean it is
  54. : the same as a printer cable.I don't think it matters.
  55. :
  56. Famous last words :-)
  57.  
  58. : And I was
  59. : using the correct control characters but often not getting the
  60. : correct responses.
  61. If it works sometimes but not others, suspect a loose connection.
  62. I know this sounds obvious, but (here comes a story...)
  63.  
  64. Once many years ago my boss's boss's boss's boss got a Macintosh and
  65. wanted to be able to connect its serial port to our data switch to get
  66. at e-mail.  We set it up, put Kermit on it, plugged it in, everything
  67. was fine except it would not communicate.  We checked everything, found
  68. nothing wrong, and left very embarrassed.  Eventually it turned out
  69. that the rubber sleeve on the Din-8 connector was just a tad too long;
  70. even though it was plugged firmly into the Mac, contact was not made.
  71. Hopefully DB-9 connectors are better standardized than Din-8's, but
  72. still I would not necessarily trust a printer cable to do null-modem
  73. duty.  Anyway, I don't even know what a Mac OS X box uses for a
  74. serial port -- is it RS-232, RS-423, or what?  That is, does it even
  75. have modem signals?
  76.  
  77. - Frank
  78.